Skip to main content

iphoneDeviceModel

Type

function

Summary

Returns the machine name of the device the app is running on

Syntax

iphoneDeviceModel()

Description

Use the iphoneDeviceModel function to get the machine name of the device the app is running on Note:The machine name is different from the full readable name of the device. You can find a mapping between these two names here: http://theiphonewiki.com/wiki/Models

Examples

local tModel
put iphoneDeviceModel() into tModel

Compatibility and Support

Introduced

LiveCode 9.6.3

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?